ComponentOne ASP.NET MVC Controls
Duration Method

C1.Web.Mvc.Fluent Namespace > ChartAnimationBuilder<T> Class : Duration Method
The value.
Configurates C1.Web.Mvc.ChartAnimation<T>.Duration. Sets the length of entire animation in milliseconds.
Syntax
'Declaration
 
Public Function Duration( _
   ByVal value As Integer _
) As ChartAnimationBuilder(Of T)
public ChartAnimationBuilder<T> Duration( 
   int value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ChartAnimationBuilder<T> Class
ChartAnimationBuilder<T> Members